ReactiveViewController class¶
Attributes: [DebuggerDisplay("{ViewModel}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.ReactiveViewController<T>
Modifiers: public
Summary¶
This is a View that is both a NSViewController and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Class hierarchy
classDiagram
class ReactiveViewController~T~
class ReactiveViewController
ReactiveViewController <|-- ReactiveViewController~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveViewController~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveViewController~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveViewController~T~
Inherits from: ReactiveViewController
Implements: IViewFor
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveViewController](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system. |
Inherited members
ReactiveUI.Reactive.ReactiveViewController.#ctorReactiveUI.Reactive.ReactiveViewController.#ctor(Foundation.NSCoder)ReactiveUI.Reactive.ReactiveViewController.#ctor(Foundation.NSObjectFlag)ReactiveUI.Reactive.ReactiveViewController.#ctor(System.IntPtr@)ReactiveUI.Reactive.ReactiveViewController.#ctor(System.String,Foundation.NSBundle)ReactiveUI.Reactive.ReactiveViewController.SuppressChangeNotificationsReactiveUI.Reactive.ReactiveViewController.ViewWillAppear(System.Boolean)ReactiveUI.Reactive.ReactiveViewController.ViewDidDisappear(System.Boolean)ReactiveUI.Reactive.ReactiveViewController.Dispose(System.Boolean)ReactiveUI.Reactive.ReactiveViewController.ChangingReactiveUI.Reactive.ReactiveViewController.ChangedReactiveUI.Reactive.ReactiveViewController.ThrownExceptionsReactiveUI.Reactive.ReactiveViewController.ActivatedReactiveUI.Reactive.ReactiveViewController.DeactivatedReactiveUI.Reactive.ReactiveViewController.PropertyChangingReactiveUI.Reactive.ReactiveViewController.PropertyChangedSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString